home *** CD-ROM | disk | FTP | other *** search
/ TeleMagic 4 / TeleMagic v4.0.iso / tm / data1.cab / Program_Files / TM4SRV.DLL / 0 / RCDATA / TOPENSAVEFORM / TOPENSAVEFORM.txt
Encoding:
Text File  |  1999-05-28  |  1.3 KB  |  72 lines

  1. object OpenSaveForm: TOpenSaveForm
  2.   Left = 593
  3.   Top = 204
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'File Attachment'
  7.   ClientHeight = 176
  8.   ClientWidth = 202
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Description: TLabel
  19.     Left = 6
  20.     Top = 20
  21.     Width = 187
  22.     Height = 13
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = '      '
  26.   end
  27.   object Label1: TLabel
  28.     Left = 4
  29.     Top = 3
  30.     Width = 186
  31.     Height = 13
  32.     Caption = 'You have chosen to open a file of type:'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 15
  36.     Top = 39
  37.     Width = 85
  38.     Height = 13
  39.     Caption = 'Would you like to:'
  40.   end
  41.   object OKButton: TButton
  42.     Left = 24
  43.     Top = 141
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '&OK'
  47.     Default = True
  48.     TabOrder = 0
  49.     OnClick = OKButtonClick
  50.   end
  51.   object CancelButton: TButton
  52.     Left = 104
  53.     Top = 141
  54.     Width = 75
  55.     Height = 25
  56.     Caption = '&Cancel'
  57.     TabOrder = 1
  58.     OnClick = CancelButtonClick
  59.   end
  60.   object rgOpenSave: TRadioGroup
  61.     Left = 16
  62.     Top = 54
  63.     Width = 169
  64.     Height = 75
  65.     ItemIndex = 1
  66.     Items.Strings = (
  67.       'Open it'
  68.       'Save to file')
  69.     TabOrder = 2
  70.   end
  71. end
  72.